1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmSERVERSETTINGS
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmSERVERSETTINGS))
26         Me.PictureBox1 = New System.Windows.Forms.PictureBox
27         Me.Label1 = New System.Windows.Forms.Label
28         Me.Label2 = New System.Windows.Forms.Label
29         Me.GroupBox1 = New System.Windows.Forms.GroupBox
30         Me.Label9 = New System.Windows.Forms.Label
31         Me.Label8 = New System.Windows.Forms.Label
32         Me.RadioButton2 = New System.Windows.Forms.RadioButton
33         Me.RadioButton1 = New System.Windows.Forms.RadioButton
34         Me.txtpassword = New System.Windows.Forms.TextBox
35         Me.txtusername = New System.Windows.Forms.TextBox
36         Me.Label6 = New System.Windows.Forms.Label
37         Me.Label5 = New System.Windows.Forms.Label
38         Me.txtservername = New System.Windows.Forms.TextBox
39         Me.Label4 = New System.Windows.Forms.Label
40         Me.txtip = New System.Windows.Forms.TextBox
41         Me.Label3 = New System.Windows.Forms.Label
42         Me.cmdSave = New System.Windows.Forms.Button
43         Me.cmdCancel = New System.Windows.Forms.Button
44         Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog
45         Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog
46         Me.LinkLabel1 = New System.Windows.Forms.LinkLabel
47         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
48         Me.GroupBox1.SuspendLayout()
49         Me.SuspendLayout()
50         
'
51         
'PictureBox1
52         
'
53         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
54         Me.PictureBox1.Location = New System.Drawing.Point(
3, 1)
55         Me.PictureBox1.Name =
"PictureBox1"
56         Me.PictureBox1.Size = New System.Drawing.Size(
52, 44)
57         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
58         Me.PictureBox1.TabIndex =
0
59         Me.PictureBox1.TabStop = False
60         
'
61         
'Label1
62         
'
63         Me.Label1.AutoSize = True
64         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
65         Me.Label1.ForeColor = System.Drawing.SystemColors.Highlight
66         Me.Label1.Location = New System.Drawing.Point(
61, 1)
67         Me.Label1.Name =
"Label1"
68         Me.Label1.Size = New System.Drawing.Size(
156, 23)
69         Me.Label1.TabIndex =
1
70         Me.Label1.Text =
"Server Settings"
71         
'
72         
'Label2
73         
'
74         Me.Label2.AutoSize = True
75         Me.Label2.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
76         Me.Label2.Location = New System.Drawing.Point(
62, 24)
77         Me.Label2.Name =
"Label2"
78         Me.Label2.Size = New System.Drawing.Size(
167, 13)
79         Me.Label2.TabIndex =
2
80         Me.Label2.Text =
"Connection settings for database"
81         
'
82         
'GroupBox1
83         
'
84         Me.GroupBox1.Controls.Add(Me.Label9)
85         Me.GroupBox1.Controls.Add(Me.Label8)
86         Me.GroupBox1.Controls.Add(Me.RadioButton2)
87         Me.GroupBox1.Controls.Add(Me.RadioButton1)
88         Me.GroupBox1.Controls.Add(Me.txtpassword)
89         Me.GroupBox1.Controls.Add(Me.txtusername)
90         Me.GroupBox1.Controls.Add(Me.Label6)
91         Me.GroupBox1.Controls.Add(Me.Label5)
92         Me.GroupBox1.Controls.Add(Me.txtservername)
93         Me.GroupBox1.Controls.Add(Me.Label4)
94         Me.GroupBox1.Controls.Add(Me.txtip)
95         Me.GroupBox1.Controls.Add(Me.Label3)
96         Me.GroupBox1.Location = New System.Drawing.Point(
3, 46)
97         Me.GroupBox1.Name =
"GroupBox1"
98         Me.GroupBox1.Size = New System.Drawing.Size(
442, 149)
99         Me.GroupBox1.TabIndex =
3
100         Me.GroupBox1.TabStop = False
101         
'
102         
'Label9
103         
'
104         Me.Label9.AutoSize = True
105         Me.Label9.Location = New System.Drawing.Point(
26, 25)
106         Me.Label9.Name =
"Label9"
107         Me.Label9.Size = New System.Drawing.Size(
142, 13)
108         Me.Label9.TabIndex =
11
109         Me.Label9.Text =
"(SQL Server Authentication)"
110         
'
111         
'Label8
112         
'
113         Me.Label8.AutoSize = True
114         Me.Label8.Location = New System.Drawing.Point(
247, 25)
115         Me.Label8.Name =
"Label8"
116         Me.Label8.Size = New System.Drawing.Size(
131, 13)
117         Me.Label8.TabIndex =
10
118         Me.Label8.Text =
"(Windows Authentication)"
119         
'
120         
'RadioButton2
121         
'
122         Me.RadioButton2.AutoSize = True
123         Me.RadioButton2.Checked = True
124         Me.RadioButton2.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
125         Me.RadioButton2.Location = New System.Drawing.Point(
223, 11)
126         Me.RadioButton2.Name =
"RadioButton2"
127         Me.RadioButton2.Size = New System.Drawing.Size(
169, 17)
128         Me.RadioButton2.TabIndex =
9
129         Me.RadioButton2.TabStop = True
130         Me.RadioButton2.Text =
"STANDALONE CONNECTION"
131         Me.RadioButton2.UseVisualStyleBackColor = True
132         
'
133         
'RadioButton1
134         
'
135         Me.RadioButton1.AutoSize = True
136         Me.RadioButton1.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
137         Me.RadioButton1.Location = New System.Drawing.Point(
12, 11)
138         Me.RadioButton1.Name =
"RadioButton1"
139         Me.RadioButton1.Size = New System.Drawing.Size(
149, 17)
140         Me.RadioButton1.TabIndex =
8
141         Me.RadioButton1.Text =
"LAN BASE CONNECTION"
142         Me.RadioButton1.UseVisualStyleBackColor = True
143         
'
144         
'txtpassword
145         
'
146         Me.txtpassword.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
147         Me.txtpassword.Location = New System.Drawing.Point(
99, 113)
148         Me.txtpassword.Name =
"txtpassword"
149         Me.txtpassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(
42)
150         Me.txtpassword.Size = New System.Drawing.Size(
327, 21)
151         Me.txtpassword.TabIndex =
7
152         
'
153         
'txtusername
154         
'
155         Me.txtusername.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
156         Me.txtusername.Location = New System.Drawing.Point(
99, 90)
157         Me.txtusername.Name =
"txtusername"
158         Me.txtusername.Size = New System.Drawing.Size(
327, 21)
159         Me.txtusername.TabIndex =
6
160         
'
161         
'Label6
162         
'
163         Me.Label6.AutoSize = True
164         Me.Label6.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
165         Me.Label6.Location = New System.Drawing.Point(
26, 121)
166         Me.Label6.Name =
"Label6"
167         Me.Label6.Size = New System.Drawing.Size(
67, 13)
168         Me.Label6.TabIndex =
5
169         Me.Label6.Text =
"Password :"
170         
'
171         
'Label5
172         
'
173         Me.Label5.AutoSize = True
174         Me.Label5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
175         Me.Label5.Location = New System.Drawing.Point(
19, 98)
176         Me.Label5.Name =
"Label5"
177         Me.Label5.Size = New System.Drawing.Size(
74, 13)
178         Me.Label5.TabIndex =
4
179         Me.Label5.Text =
"User Name :"
180         
'
181         
'txtservername
182         
'
183         Me.txtservername.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
184         Me.txtservername.Location = New System.Drawing.Point(
99, 68)
185         Me.txtservername.Name =
"txtservername"
186         Me.txtservername.Size = New System.Drawing.Size(
327, 21)
187         Me.txtservername.TabIndex =
3
188         
'
189         
'Label4
190         
'
191         Me.Label4.AutoSize = True
192         Me.Label4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
193         Me.Label4.Location = New System.Drawing.Point(
7, 77)
194         Me.Label4.Name =
"Label4"
195         Me.Label4.Size = New System.Drawing.Size(
86, 13)
196         Me.Label4.TabIndex =
2
197         Me.Label4.Text =
"Server Name :"
198         
'
199         
'txtip
200         
'
201         Me.txtip.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
202         Me.txtip.Location = New System.Drawing.Point(
99, 46)
203         Me.txtip.Name =
"txtip"
204         Me.txtip.Size = New System.Drawing.Size(
327, 21)
205         Me.txtip.TabIndex =
1
206         
'
207         
'Label3
208         
'
209         Me.Label3.AutoSize = True
210         Me.Label3.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
211         Me.Label3.Location = New System.Drawing.Point(
19, 54)
212         Me.Label3.Name =
"Label3"
213         Me.Label3.Size = New System.Drawing.Size(
74, 13)
214         Me.Label3.TabIndex =
0
215         Me.Label3.Text =
"IP Address :"
216         
'
217         
'cmdSave
218         
'
219         Me.cmdSave.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
220         Me.cmdSave.Location = New System.Drawing.Point(
8, 195)
221         Me.cmdSave.Name =
"cmdSave"
222         Me.cmdSave.Size = New System.Drawing.Size(
75, 31)
223         Me.cmdSave.TabIndex =
4
224         Me.cmdSave.Text =
"&Save"
225         Me.cmdSave.UseVisualStyleBackColor = True
226         
'
227         
'cmdCancel
228         
'
229         Me.cmdCancel.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
230         Me.cmdCancel.Location = New System.Drawing.Point(
89, 195)
231         Me.cmdCancel.Name =
"cmdCancel"
232         Me.cmdCancel.Size = New System.Drawing.Size(
75, 31)
233         Me.cmdCancel.TabIndex =
5
234         Me.cmdCancel.Text =
"&Cancel"
235         Me.cmdCancel.UseVisualStyleBackColor = True
236         
'
237         
'OpenFileDialog1
238         
'
239         Me.OpenFileDialog1.FileName =
"OpenFileDialog1"
240         
'
241         
'LinkLabel1
242         
'
243         Me.LinkLabel1.AutoSize = True
244         Me.LinkLabel1.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
245         Me.LinkLabel1.Location = New System.Drawing.Point(
170, 201)
246         Me.LinkLabel1.Name =
"LinkLabel1"
247         Me.LinkLabel1.Size = New System.Drawing.Size(
275, 13)
248         Me.LinkLabel1.TabIndex =
6
249         Me.LinkLabel1.TabStop = True
250         Me.LinkLabel1.Text =
"Dont know what to put in the fields??? CLICK ME"
251         Me.LinkLabel1.Visible = False
252         
'
253         
'FrmSERVERSETTINGS
254         
'
255         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
256         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
257         Me.ClientSize = New System.Drawing.Size(
454, 238)
258         Me.Controls.Add(Me.LinkLabel1)
259         Me.Controls.Add(Me.cmdCancel)
260         Me.Controls.Add(Me.GroupBox1)
261         Me.Controls.Add(Me.cmdSave)
262         Me.Controls.Add(Me.Label2)
263         Me.Controls.Add(Me.Label1)
264         Me.Controls.Add(Me.PictureBox1)
265         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
266         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
267         Me.Name =
"FrmSERVERSETTINGS"
268         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
269         Me.Text =
"Server Settings"
270         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
271         Me.GroupBox1.ResumeLayout(False)
272         Me.GroupBox1.PerformLayout()
273         Me.ResumeLayout(False)
274         Me.PerformLayout()
275
276     End Sub
277     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
278     Friend WithEvents Label1 As System.Windows.Forms.Label
279     Friend WithEvents Label2 As System.Windows.Forms.Label
280     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
281     Friend WithEvents txtip As System.Windows.Forms.TextBox
282     Friend WithEvents Label3 As System.Windows.Forms.Label
283     Friend WithEvents txtservername As System.Windows.Forms.TextBox
284     Friend WithEvents Label4 As System.Windows.Forms.Label
285     Friend WithEvents txtpassword As System.Windows.Forms.TextBox
286     Friend WithEvents txtusername As System.Windows.Forms.TextBox
287     Friend WithEvents Label6 As System.Windows.Forms.Label
288     Friend WithEvents Label5 As System.Windows.Forms.Label
289     Friend WithEvents cmdSave As System.Windows.Forms.Button
290     Friend WithEvents cmdCancel As System.Windows.Forms.Button
291     Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
292     Friend WithEvents SaveFileDialog1 As System.Windows.Forms.SaveFileDialog
293     Friend WithEvents LinkLabel1 As System.Windows.Forms.LinkLabel
294     Friend WithEvents RadioButton2 As System.Windows.Forms.RadioButton
295     Friend WithEvents RadioButton1 As System.Windows.Forms.RadioButton
296     Friend WithEvents Label8 As System.Windows.Forms.Label
297     Friend WithEvents Label9 As System.Windows.Forms.Label
298 End Class


Gõ tìm kiếm nhanh...